projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
268565b
)
(ctl-x-map): Change vi-dot binding to repeat.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 10 Jun 1998 18:55:56 +0000
(18:55 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 10 Jun 1998 18:55:56 +0000
(18:55 +0000)
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index ad2c3f46e51c610c6de8460fe1cf4cecc647eac4..47f7e5cbdea7fa31ccb44a3eeaa868515b5871c3 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-642,7
+642,7
@@
for \\[find-tag] (which see)."
(define-key esc-map "'" 'abbrev-prefix-mark)
(define-key ctl-x-map "'" 'expand-abbrev)
-(define-key ctl-x-map "z" '
vi-do
t)
+(define-key ctl-x-map "z" '
repea
t)
;;; Don't compile this file; it contains no large function definitions.
;;; Don't look for autoload cookies in this file.